diff options
Diffstat (limited to 'test/sdcc/add_sdcc250.c')
-rw-r--r-- | test/sdcc/add_sdcc250.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/sdcc/add_sdcc250.c b/test/sdcc/add_sdcc250.c new file mode 100644 index 0000000..9b4d2a3 --- /dev/null +++ b/test/sdcc/add_sdcc250.c @@ -0,0 +1,9 @@ +#include "sdcc250_pic16f873.h" + +extern unsigned char ms_delay; + +void test() { + ms_delay++; + PIR1 = 0; + PEIE = 1; +} |