X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic%2Fpic16f876.h;h=50e86d756fce61c8d06cf6dad90a3e5f0350f834;hb=13906aff7874da28c033f501fb593bffc2e25dd3;hp=2f962aa0d261226b81212ce4e3ba210873308dcd;hpb=0896ad01516dd8b11172b8a9c11cc906039dae19;p=fw%2Fsdcc diff --git a/device/include/pic/pic16f876.h b/device/include/pic/pic16f876.h index 2f962aa0..50e86d75 100644 --- a/device/include/pic/pic16f876.h +++ b/device/include/pic/pic16f876.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 // @@ -133,9 +133,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;