6 lines
82 B
C
6 lines
82 B
C
#include <stdint.h>
|
|
|
|
bool ll_system_init();
|
|
void ll_system_delay(uint32_t msec);
|
|
|