X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=picinit.h;h=e2a50cfde7b851f3ddfaed2cd177837aa24da19d;hb=85ef0849fb65a2e42d67789b23d042613d94f6cb;hp=c349b9cc72f8ddb487ad90601781965c0fe72279;hpb=5c74e1a22c444b8769e0ce82975414f1c72b7b0e;p=rgblamp.git diff --git a/picinit.h b/picinit.h index c349b9c..e2a50cf 100644 --- a/picinit.h +++ b/picinit.h @@ -7,11 +7,7 @@ #ifndef _PICINIT_H #define _PICINIT_H -#if defined(RUNAT32MHZ) -#define _XTAL_FREQ 32000000 -#else -#define _XTAL_FREQ 16000000 -#endif +#define _XTAL_FREQ 4000000 void pic_init();