aboutsummaryrefslogtreecommitdiff
path: root/include/07.pit/deo9
diff options
context:
space:
mode:
Diffstat (limited to 'include/07.pit/deo9')
-rw-r--r--include/07.pit/deo93
1 files changed, 0 insertions, 3 deletions
diff --git a/include/07.pit/deo9 b/include/07.pit/deo9
deleted file mode 100644
index 1deca04..0000000
--- a/include/07.pit/deo9
+++ /dev/null
@@ -1,3 +0,0 @@
- // Divisor has to be sent byte-wise, so split here into upper/lower bytes.
- uint8_t l = (uint8_t)(divisor & 0xFF);
- uint8_t h = (uint8_t)( (divisor>>8) & 0xFF );