header fixing

This commit is contained in:
Prakxo
2023-02-07 11:09:14 +00:00
parent 6eddcd65a6
commit 79bb2ae6e3
26 changed files with 132 additions and 61 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef DSP_H
#define DSP_H
#include "types.h"
#ifdef __cplusplus
extern "C"{
#endif
extern volatile u16 __DSPRegs[] : 0XCC005000;
#ifdef __cplusplus
}
#endif
#endif