Skip to content

Commit c76e457

Browse files
committed
style: use :: for global functions
1 parent 3597f49 commit c76e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AT24CM02.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool AT24CM02::Write(uint32_t addr, const uint8_t* buf,
4242

4343
// this could be replaced with ACK polling if we hate waiting for the max
4444
// write time
45-
sleep_ms(10);
45+
::sleep_ms(10);
4646

4747
addr += page_remain;
4848
buf += page_remain;

0 commit comments

Comments
 (0)