Update objectloader for consistency
This commit is contained in:
parent
32b4cab78e
commit
f70ab669d6
@ -11,7 +11,7 @@
|
|||||||
#include "objectloader.h"
|
#include "objectloader.h"
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|
||||||
void loadObjectFile(const char *filename, Byte *memoryAddress) {
|
void loadObjectFile(const char *filename, byte *memoryAddress) {
|
||||||
FILE *file = fopen(filename, "rb");
|
FILE *file = fopen(filename, "rb");
|
||||||
|
|
||||||
// Check if the file exists
|
// Check if the file exists
|
||||||
|
|||||||
@ -12,4 +12,4 @@
|
|||||||
* @param filename The name of the file to be read
|
* @param filename The name of the file to be read
|
||||||
* @param memoryAddress The memory address to load the object file into
|
* @param memoryAddress The memory address to load the object file into
|
||||||
*/
|
*/
|
||||||
void loadObjectFile(const char *filename, Byte *memoryAddress);
|
void loadObjectFile(const char *filename, byte *memoryAddress);
|
||||||
Loading…
Reference in New Issue
Block a user