ME Labs, Inc. 719-520-5323 |
Warnings about __CONFIGWhen you look in the MPASMWIN include file for PIC18 parts, you may find a warning about the deprecation of the __CONFIG directive: ; IMPORTANT: For the PIC18 devices, the __CONFIG directive has been ; superseded by the CONFIG directive. The following settings ; are available for this device. At this time, PICBASIC PRO Compiler uses the __CONFIG method exclusively. The new CONFIG directive will not function as expected when used in your PBP source program. Microchip has left the older method intact in their files. You may see some warnings related to __config, but the configuration data will be written correctly to the hex file. You can verify this when you open the hex file in your programmer software and view the configuration settings. |
Copyright 2022 ME Labs, Inc. PO Box 8250 Asheville NC 28814 (719) 520-5323 (719) 520-1867 fax email: support@melabs.com |
|