X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;fp=firmware%2Fgoodfet.c;h=b9c500c8ca388f7482f5cd3e7046a2bec7afdaf9;hp=124a3529aea85e4d3bbb889b5a64e7a4cd0815f2;hb=8024044ce41ef4985402f76418dbda9a3dc702bb;hpb=9e1e82efa1ef0c0596623c38153ce9f4087a948f diff --git a/firmware/goodfet.c b/firmware/goodfet.c index 124a352..b9c500c 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -80,6 +80,10 @@ void init() //Enable Interrupts. //eint(); + +#ifdef INITPLATFORM + INITPLATFORM +#endif }