X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic%2Fpic16f684.h;h=b02ad0ed862011a21e0b7275fe19ce6346a08f8c;hb=13906aff7874da28c033f501fb593bffc2e25dd3;hp=37311051b2acb78ce024380613ef08690c54e922;hpb=0896ad01516dd8b11172b8a9c11cc906039dae19;p=fw%2Fsdcc diff --git a/device/include/pic/pic16f684.h b/device/include/pic/pic16f684.h index 37311051..b02ad0ed 100644 --- a/device/include/pic/pic16f684.h +++ b/device/include/pic/pic16f684.h @@ -4,7 +4,7 @@ // // This header file was automatically generated by: // -// inc2h.pl V4514 +// inc2h.pl V4585 // // Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved // @@ -125,9 +125,9 @@ //----- Register Files------------------------------------------------------ -extern __data __at (INDF_ADDR) volatile char INDF; +extern __sfr __at (INDF_ADDR) INDF; extern __sfr __at (TMR0_ADDR) TMR0; -extern __data __at (PCL_ADDR) volatile char PCL; +extern __sfr __at (PCL_ADDR) PCL; extern __sfr __at (STATUS_ADDR) STATUS; extern __sfr __at (FSR_ADDR) FSR; extern __sfr __at (PORTA_ADDR) PORTA;