commit | 9b3b36bd7a10278d0666b27282df4c1c2c4014c6 | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Tue Jun 21 10:34:54 2016 -0700 |
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Wed Jun 22 17:40:01 2016 +0000 |
tree | 99a9471b126467de37b9e211528dd791cee6f1d5 | |
parent | b4bbc71369e924190dc0b0f55af935d6a94a228f [diff] |
gdb-server: update call to uart_register_input() uart_register_input()'s signature changed with the addition of a callback. gdb_server.c was never updated so now the compilation fails when enabling the GDB server. Fix by setting a NULL completion (as seems the code would not use it anyway). Change-Id: I4c0df65a31bd906db704f7f4a564e7d6f065aae7 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>