Unverified Commit 936de62c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

rm46l8lp: overflow is 2^32, not 2^32-1

parent 4684f2ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ arch_clean:
	${QUIET}rm -f ${OBJECTS}

cat:
	${QUIET}script/cat.py /dev/${SERIAL_PORT} 115200 ${counter_freq} 4294967295
	${QUIET}script/cat.py /dev/${SERIAL_PORT} 115200 ${counter_freq} 4294967296

monitor:
	${QUIET}screen /dev/${SERIAL_PORT} 19200