X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic%2Fpic16f688.h;h=6d35ff5e1e00740b0520b53d35831efffc5a9452;hb=13906aff7874da28c033f501fb593bffc2e25dd3;hp=811cc7716f252c6b9a59c3347b17a908016f8026;hpb=0896ad01516dd8b11172b8a9c11cc906039dae19;p=fw%2Fsdcc diff --git a/device/include/pic/pic16f688.h b/device/include/pic/pic16f688.h index 811cc771..6d35ff5e 100644 --- a/device/include/pic/pic16f688.h +++ b/device/include/pic/pic16f688.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;