summaryrefslogtreecommitdiff
path: root/ucoo/hal/uart/test/test_uart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/uart/test/test_uart.cc')
-rw-r--r--ucoo/hal/uart/test/test_uart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/uart/test/test_uart.cc b/ucoo/hal/uart/test/test_uart.cc
index c1b111c..2c326f3 100644
--- a/ucoo/hal/uart/test/test_uart.cc
+++ b/ucoo/hal/uart/test/test_uart.cc
@@ -56,7 +56,7 @@ main (int argc, const char **argv)
char buf[64];
while (1)
{
- for (int i = 0; i < (int) lengthof (u); i++)
+ for (int i = 0; i < (int) ucoo::lengthof (u); i++)
{
if (u[i]->poll ())
{