mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-24 19:06:57 +01:00
Some fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "Ticker.h"
|
||||
#include "sysctl.h"
|
||||
|
||||
static int timer_callback(void* ctx);
|
||||
|
||||
Ticker::Ticker(timer_id_t id)
|
||||
:timer_id(id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user