mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 06:57:48 +00:00
ec98f2dc2c
The source code has been ported from C. It seems, the different semantics of switch-case in Go has not been ported properly. To fix this, remove 'break' statements and introduce 'fallthrough' where necessary. Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch>