Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga authored and runer112 committed Jan 20, 2017
1 parent 91e64fd commit 1bff2b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CEdev/lib/src/ce/usb.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
; --------------------------------------------

; --- Location Equates -----------------------
_usb_BusPowered equ 000080h
_usb_SelfPowered equ 000084h
_usb_ResetChip equ 00008Ch
_usb_DisableTimer equ 0000B4h
_usb_EnableTimer equ 000374h
_usb_ResetTimer equ 000388h
_usb_BusPowered equ 0003E4h
_usb_SelfPowered equ 0003E8h
_usb_ResetChip equ 0003F4h
_usb_DisableTimer equ 0004F4h
_usb_EnableTimer equ 0004F8h
_usb_ResetTimer equ 0004F0h
; --------------------------------------------

end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toolchain
# CE C Toolchain
Toolchain for C programming on the 'CE' series of TI calculators (TI-84 Plus CE / TI-83 Premium CE)

# Installation
Expand Down

0 comments on commit 1bff2b7

Please sign in to comment.