Skip to content

Commit

Permalink
Fix typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
towynlin committed Mar 17, 2014
1 parent 712fb20 commit c4836e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPARK_Firmware_Driver/inc/panic_codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def_panic_codes(System,RGB_COLOR_RED,OutOfHeap)

def_panic_codes(System,RGB_COLOR_RED,SPIOverRun)

def_panic_codes(Sofwtare,RGB_COLOR_RED,AssertionFailure)
def_panic_codes(Sofwtare,RGB_COLOR_RED,InvalidCase)
def_panic_codes(Sofwtare,RGB_COLOR_RED,PureVirtualCall)
def_panic_codes(Software,RGB_COLOR_RED,AssertionFailure)
def_panic_codes(Software,RGB_COLOR_RED,InvalidCase)
def_panic_codes(Software,RGB_COLOR_RED,PureVirtualCall)

0 comments on commit c4836e9

Please sign in to comment.