diff options
| author | Uri Shaked | 2019-12-01 15:18:25 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-12-01 15:18:25 +0200 |
| commit | 2fd9e6d4c040d4a54456b153f4523cab05adbf02 (patch) | |
| tree | af194f254e818c1922efe6e135a071879821b32a /demo/src/index.css | |
| parent | chore: release 0.3.3 (diff) | |
| download | avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.tar.gz avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.tar.bz2 avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.zip | |
feat: initial implementation of USART
#6
Diffstat (limited to 'demo/src/index.css')
| -rw-r--r-- | demo/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/src/index.css b/demo/src/index.css index a3fa8b8..6801204 100644 --- a/demo/src/index.css +++ b/demo/src/index.css @@ -46,3 +46,7 @@ body { margin: 0; white-space: pre-line; } + +#serial-output-text { + color: blue; +} |
