chore: wifi struct, systick
This commit is contained in:
12
include/systick.h
Normal file
12
include/systick.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SYSTICK_H
|
||||
#define SYSTICK_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define millis() (systick_millis)
|
||||
|
||||
extern volatile uint32_t systick_millis;
|
||||
|
||||
void Delay_Ms(uint32_t ms);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user