adding nrf52840 port, able to blink led with pca10056
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
//--------------------------------------------------------------------+
|
||||
// TICK API
|
||||
//--------------------------------------------------------------------+
|
||||
uint32_t hal_tick_get(void);
|
||||
#define osal_tick_get hal_tick_get
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
@@ -84,6 +84,8 @@ void hal_usb_int_enable(uint8_t port);
|
||||
*/
|
||||
void hal_usb_int_disable(uint8_t port);
|
||||
|
||||
uint32_t hal_tick_get(void);
|
||||
|
||||
// for debug only, halt mcu if assert/verify is failed if debugger is attached
|
||||
void hal_debugger_breakpoint(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user