support stm8
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world 2. compile/debug/run with IAR for STM8
This commit is contained in:
@@ -175,13 +175,13 @@ __API__ k_err_t tos_timer_period_change(k_timer_t *tmr, k_tick_t period);
|
||||
*
|
||||
* @return None
|
||||
*/
|
||||
__KERNEL__ void timer_update(void);
|
||||
__KNL__ void timer_update(void);
|
||||
|
||||
#endif
|
||||
|
||||
__KERNEL__ k_err_t timer_init(void);
|
||||
__KNL__ k_err_t timer_init(void);
|
||||
|
||||
__KERNEL__ k_tick_t timer_next_expires_get(void);
|
||||
__KNL__ k_tick_t timer_next_expires_get(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user