]> git.gag.com Git - debian/cc1111/blob - src/regression/picregs.h
fix build failures with gcc-8, using a rather large stick
[debian/cc1111] / src / regression / picregs.h
1 #ifndef PICREGS_H
2
3 #if defined(__pic16)
4   #include <pic18fregs.h>
5 #else
6   #include <pic14regs.h>
7 #endif
8
9 #endif
10