Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15880ddb7f | |||
| f89c5de7a4 |
@@ -28,7 +28,7 @@
|
|||||||
# Tell the display to update
|
# Tell the display to update
|
||||||
lw $t8, ADDR_DISPLAY
|
lw $t8, ADDR_DISPLAY
|
||||||
li $t9, 1
|
li $t9, 1
|
||||||
sw $t9, 0($t8)
|
sb $t9, 0($t8)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Keyboard++
|
## Keyboard++
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
|||||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
id "com.github.johnrengelman.shadow" version "7.1.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
version="4.7rc3"
|
version="4.7"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Use Maven Central for resolving dependencies.
|
// Use Maven Central for resolving dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user