Skip to content

Commit

Permalink
fix spell miss
Browse files Browse the repository at this point in the history
  • Loading branch information
nihinihikun committed Mar 12, 2024
1 parent ac48910 commit c794752
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CANID.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

// char
#define CCP_nose_status 0x002
#define CCP_nose_surface_pressure1_status 0x003
#define CCP_nose_surface_pressure2_status 0x004
#define CCP_nose_surface_pressure3_status 0x005
#define CCP_nose_surface_pressure4_status 0x006
#define CCP_nose_surface_pressure5_status 0x007
#define CCP_nose_surface_pressure6_status 0x008
#define CCP_surface_pressure1_status 0x003
#define CCP_surface_pressure2_status 0x004
#define CCP_surface_pressure3_status 0x005
#define CCP_surface_pressure4_status 0x006
#define CCP_surface_pressure5_status 0x007
#define CCP_surface_pressure6_status 0x008

#define CCP_nose_adc 0x00A

Expand Down

0 comments on commit c794752

Please sign in to comment.