fixed case sensative file names to allow this project to compile on Linux
This commit is contained in:
@@ -6,7 +6,7 @@ LIBPATH .
|
||||
|
||||
FILES c018i.o
|
||||
FILES clib.lib
|
||||
FILES p18f6720.lib
|
||||
FILES p18F6720.lib
|
||||
|
||||
CODEPAGE NAME=vectors START=0x0 END=0x29 PROTECTED
|
||||
CODEPAGE NAME=page START=0x2A END=0x1FFFF
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef HARDWARE_H
|
||||
#define HARDWARE_H
|
||||
|
||||
#include <p18F6720.h>
|
||||
#include <p18f6720.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*********************************************************************/
|
||||
#include <p18F6720.h>
|
||||
#include <p18f6720.h>
|
||||
#include "stdint.h"
|
||||
#include "hardware.h"
|
||||
#include "rs485.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h> /* for memmove */
|
||||
#include <p18F6720.h>
|
||||
#include <p18f6720.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "stdint.h"
|
||||
|
||||
Reference in New Issue
Block a user