summaryrefslogtreecommitdiffstats
path: root/test/sdcc/add_sdcc250.c
blob: 9b4d2a34fe52a1cad89995c2091f7621115baa57 (plain)
1
2
3
4
5
6
7
8
9
#include "sdcc250_pic16f873.h"

extern unsigned char ms_delay;

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