Skip to content

Commit

Permalink
usb presets: fix reading of split numbers (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
csboling authored Nov 22, 2021
1 parent 4bb07a2 commit d105733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansible_usb_disk.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define ANSIBLE_BACKUP_FILE ((FS_STRING)"ansible-backup.bin")
#define ANSIBLE_PRESET_FILE ((FS_STRING)"ansible-preset.json")
#define ANSIBLE_USBDISK_TXTBUF_LEN 64
#define ANSIBLE_USBDISK_TOKBUF_LEN 8
#define ANSIBLE_USBDISK_TOKBUF_LEN 12
#define ANSIBLE_USBDISK_BLOCKSIZE 1024
#define ANSIBLE_FLASH_BLOCKSIZE (1 << 14)

Expand Down

0 comments on commit d105733

Please sign in to comment.