Changeset 203:eb612f84e6fc for pynxt
- Timestamp:
- 10/29/07 23:01:24 (14 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
pynxt/nxt/flash.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pynxt/nxt/flash.py
r153 r203 9 9 # The flash driver binary should be located directly inside the nxt 10 10 # package. 11 FLASH_DRIVER_PATH = os.path.join(os.path.dirname(__ FILE__), 'flash_driver.bin')11 FLASH_DRIVER_PATH = os.path.join(os.path.dirname(__file__), 'flash_driver.bin') 12 12 13 13 # Mnemonics for the addresses of the various registers used by the flash
