SConscript 182 B

1234567
  1. # Regression test for #545:
  2. # Field descriptor width automatic sizing is inaccurate with oneofs
  3. Import("env")
  4. env.NanopbProto("submsg_callback")
  5. env.Object("submsg_callback.pb.c")