Landzo_K60Z_LwIP/include/system_utilities.h
2022-05-20 14:12:08 +00:00

7 lines
111 B
C

#ifndef SYSTEM_UTILITIES_H
#define SYSTEM_UTILITIES_H
void print_hardware(void);
void sram_test(void);
#endif