/usr/share/sdcc/include/pic16/pic18f66j50.h is in sdcc-libraries 2.9.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /*
* pic18f66j50.h - device specific declarations
*/
#ifndef __PIC18F66J50_H__
#define __PIC18F66J50_H__ 1
#include "pic18f67j50.h"
#undef __CONFIG1L
#undef __CONFIG1H
#undef __CONFIG2L
#undef __CONFIG2H
#undef __CONFIG3L
#undef __CONFIG3H
// Configuration Bits
#define __CONFIG1L 0xFFF8
#define __CONFIG1H 0xFFF9
#define __CONFIG2L 0xFFFA
#define __CONFIG2H 0xFFFB
#define __CONFIG3L 0xFFFC
#define __CONFIG3H 0xFFFD
#endif
|