diff options
| author | Perry Hung <iperry@gmail.com> | 2011-02-27 02:55:43 -0500 |
|---|---|---|
| committer | Perry Hung <iperry@gmail.com> | 2011-02-27 02:55:43 -0500 |
| commit | d9287cdd42b7dcfba6d9cf9d34a0d770ca545481 (patch) | |
| tree | e9be34ba9b0918cb795349b8261918dbeb6800a7 /examples/test-session.cpp | |
| parent | 3377208e4e0969be71575278069314910e4c4225 (diff) | |
workaround to compile test-session.cpp
Diffstat (limited to 'examples/test-session.cpp')
| -rw-r--r-- | examples/test-session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test-session.cpp b/examples/test-session.cpp index 845547d..86bab6d 100644 --- a/examples/test-session.cpp +++ b/examples/test-session.cpp @@ -512,7 +512,7 @@ void cmd_sequential_gpio_writes(void) { // make sure to skip the TX/RX headers for(uint32 i = 2; i<NR_GPIO_PINS; i++) { COMM.print("GPIO write out on header D"); - COMM.print(i, DEC); + COMM.print((int)i, DEC); COMM.println("..."); pinMode(i, OUTPUT); do { |
