]> git.llucax.com Git - z.facultad/66.09/etherled.git/blob - src/reg51.h
Cuando hay OVW no significa que no hay paquetes por recibir, todo lo contrario.
[z.facultad/66.09/etherled.git] / src / reg51.h
1 #ifndef _REG51_H_
2 #define _REG51_H_
3
4 #ifdef SDCC
5 #   include "reg51sdcc.h"
6 #else
7 #   include "reg51keil.h"
8 #endif
9
10 #endif /* _REG51_H_ */