You've already forked Frequency_Inverter
mirror of
https://github.com/Indemsys/Frequency_Inverter.git
synced 2026-04-21 18:17:22 +00:00
11 lines
195 B
C
11 lines
195 B
C
#ifndef __DIAGNOSTIC_PRINT_H
|
|
#define __DIAGNOSTIC_PRINT_H
|
|
|
|
void Print_reset_source(void);
|
|
void Print_Flash_identify(void);
|
|
void Print_CPU_identify(void);
|
|
void Print_USB_FS_regs(void);
|
|
|
|
|
|
#endif
|