Landzo_K60Z_Hello/include/system_utilities.h

7 lines
111 B
C

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