Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Hagen-002 #65

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
indentfix
Hagen Patzke (Git) committed Oct 30, 2022
commit 241a64f0337b236584262f3c367d20243824eaef
2 changes: 1 addition & 1 deletion src/ds1302.c
Original file line number Diff line number Diff line change
@@ -395,7 +395,7 @@ uint8_t ds_int2bcd(uint8_t integer) {
div ab;
swap a;
anl a,#0xf0;
orl a,b;
orl a,b;
mov dpl,a;
ret;
__endasm;