Skip to content

Commit

Permalink
Patch for propgcc in blockly demo attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLindsay committed Oct 10, 2017
1 parent c27ed80 commit f330163
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Binary file modified Learn/Simple Libraries/Misc/libpatch/cmm/libpatch.a
Binary file not shown.
1 change: 1 addition & 0 deletions Learn/Simple Libraries/Misc/libpatch/libpatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "simpletools.h"
#include "ping.h"
#include "simplei2c.h"

int main()
{
Expand Down
2 changes: 2 additions & 0 deletions Learn/Simple Libraries/Misc/libpatch/patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
void patch360forBlockly(void)
{
pause(1);
st_eeprom = i2c_newbus(28, 29, 0);
st_eeInitFlag = 1;
}

Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,10 @@ volatile int abd360_rampStepGoto = ABD_GOTO_RAMP_STEP;

volatile int abd360_gotoMode = ABD360_GOTO_BLOCK;

i2c *simplei2c_temp;


void drive_init(void)
{

patch360forBlockly();
st_eeprom = i2c_newbus(28, 29, 0);
st_eeInitFlag = 1;


abdrive360_getEepromPins();

int result, flag = 0;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.9
v1.4.10

0 comments on commit f330163

Please sign in to comment.