mirror of
https://github.com/google/pebble.git
synced 2025-08-18 04:16:32 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
14
third_party/nanopb/tests/regression/issue_631/test.c
vendored
Normal file
14
third_party/nanopb/tests/regression/issue_631/test.c
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "submsg_callback.pb.h"
|
||||
|
||||
SubMsg1 submsg1_zero = SubMsg1_init_zero;
|
||||
SubMsg1 submsg1_def = SubMsg1_init_default;
|
||||
SubMsg2 submsg2_zero = SubMsg2_init_zero;
|
||||
SubMsg2 submsg2_def = SubMsg2_init_default;
|
||||
SubMsgCB submsgcb_zero = SubMsgCB_init_zero;
|
||||
SubMsgCB submsgcb_def = SubMsgCB_init_default;
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue