diff --git a/.vscode/launch.json b/.vscode/launch.json index d05c107..b7344b8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,13 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + }, { // Use IntelliSense to find out which attributes exist for C# debugging // Use hover for the description of the existing attributes diff --git a/GDB430/drivers/TapPlayer.h b/GDB430/drivers/TapPlayer.h index 0b33143..73f0e43 100644 --- a/GDB430/drivers/TapPlayer.h +++ b/GDB430/drivers/TapPlayer.h @@ -46,7 +46,7 @@ #define IR_PREPARE_BLOW 0x44 /* 0x22: 00100010 -> 01000100: 0x44 */ #define IR_EX_BLOW 0x24 /* 0x24: 00100100 -> 00100100: 0x24 */ /* Instructions for the Configuration Fuse */ -#define IR_CONFIG_FUSES 0x94 +#define IR_CONFIG_FUSES 0x94 /* 0x29: 00101001 -> 10010100: 0x94 */ /* Bypass instruction */ #define IR_BYPASS 0xFF /* 0xFF */ /* Instructions for the EEM */