Skip to content

Commit

Permalink
Version 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram authored Apr 19, 2023
1 parent e5110c1 commit 2fb74ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#define MOS_version 1
#define MOS_revision 3
#define MOS_rc 4
#define MOS_rc 0

extern void * set_vector(unsigned int vector, void(*handler)(void));

Expand Down Expand Up @@ -136,7 +136,7 @@ int main(void) {
mos_BOOT("autoexec.txt", cmd, sizeof cmd); // Then load and run the config file
}
#endif

// The main loop
//
while(1) {
Expand Down

0 comments on commit 2fb74ef

Please sign in to comment.