Skip to content

Commit

Permalink
Released fw 3.1 with atxmega harp core 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
filcarv committed Dec 27, 2022
1 parent f43be53 commit 5aa6dce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Firmware/Behavior/Behavior.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<avrgcc.linker.libraries.Libraries>
<ListValues>
<Value>libm</Value>
<Value>libATxmega128A1U-1.10.a</Value>
<Value>libATxmega128A1U-1.11.a</Value>
</ListValues>
</avrgcc.linker.libraries.Libraries>
<avrgcc.linker.libraries.LibrarySearchPaths>
Expand Down
2 changes: 1 addition & 1 deletion Firmware/Behavior/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void hwbp_app_initialize(void)
uint8_t hwH = 2;
uint8_t hwL = 0;
uint8_t fwH = 3;
uint8_t fwL = 0;
uint8_t fwL = 1;
uint8_t ass = 0;

/* Start core */
Expand Down
Binary file removed Firmware/Behavior/libATxmega128A1U-1.10.a
Binary file not shown.
Binary file added Firmware/Behavior/libATxmega128A1U-1.11.a
Binary file not shown.

0 comments on commit 5aa6dce

Please sign in to comment.