Landzo_K60Z_Hello/include/system_utilities.h

7 lines
111 B
C
Raw Normal View History

2022-05-18 15:50:08 +00:00
#ifndef SYSTEM_UTILITIES_H
#define SYSTEM_UTILITIES_H
void print_hardware(void);
void sram_test(void);
#endif