init in with 0 instead of NULL

This commit is contained in:
matthias.ringwald@gmail.com 2013-12-06 15:09:54 +00:00
parent 51c0b90d25
commit 89a1014dfe

View File

@ -239,7 +239,7 @@ static const hci_uart_config_t hci_uart_config_cc256x = {
NULL,
115200,
1000000,
NULL
0
};
// MARK: public API