Reorganize to allow compiling and running AVR firmware
This commit is contained in:
10
src/board/system76/galp3-c/include/gctrl.h
Normal file
10
src/board/system76/galp3-c/include/gctrl.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _GCTRL_H_
|
||||
#define _GCTRL_H_
|
||||
|
||||
void gctrl_init(void);
|
||||
|
||||
__xdata volatile unsigned char __at(0x2006) RSTS;
|
||||
__xdata volatile unsigned char __at(0x200A) BADRSEL;
|
||||
__xdata volatile unsigned char __at(0x200D) SPCTRL1;
|
||||
|
||||
#endif // _GCTRL_H_
|
Reference in New Issue
Block a user