[create-pull-request] automated change

This commit is contained in:
thebentern
2023-01-18 14:57:44 +00:00
committed by GitHub
parent 4d4af7de59
commit 5189e328b6
24 changed files with 36 additions and 36 deletions

View File

@@ -4,12 +4,12 @@
#ifndef PB_MESHTASTIC_MESHTASTIC_MESH_PB_H_INCLUDED
#define PB_MESHTASTIC_MESHTASTIC_MESH_PB_H_INCLUDED
#include <pb.h>
#include "meshtastic/channel.pb.h"
#include "meshtastic/config.pb.h"
#include "meshtastic/module_config.pb.h"
#include "meshtastic/portnums.pb.h"
#include "meshtastic/telemetry.pb.h"
#include "meshtastic/xmodem.pb.h"
#include "./channel.pb.h"
#include "./config.pb.h"
#include "./module_config.pb.h"
#include "./portnums.pb.h"
#include "./telemetry.pb.h"
#include "./xmodem.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.