adding nrf52840 port, able to blink led with pca10056

This commit is contained in:
hathach
2018-03-11 00:16:10 +07:00
parent 0af637cd4f
commit 23caef859c
23 changed files with 24852 additions and 3 deletions

View File

@@ -53,7 +53,6 @@
//--------------------------------------------------------------------+
// TICK API
//--------------------------------------------------------------------+
uint32_t hal_tick_get(void);
#define osal_tick_get hal_tick_get
//--------------------------------------------------------------------+