summaryrefslogtreecommitdiffstats
path: root/test/sdcc/add.c
blob: 3cc7636e3f84d93c93e3f5bfd585aa8b999e860b (plain)
1
2
3
4
5
6
7
8
9
#include <pic16f873.h>

extern unsigned char ms_delay;

void test() {
  ms_delay++;
  PIR1 = 0;
  PEIE = 1;
}