16 lines
371 B
Cheetah
16 lines
371 B
Cheetah
{{- define "cpartSource" -}}
|
|
// AUTO GENERATED DO NOT EDIT!!!
|
|
|
|
#include "uart_prot.h"
|
|
#include <string.h>
|
|
|
|
// Message Dispatcher
|
|
{{- block "dispatcher" .MessagesPCtoESP}} {{ end }}
|
|
|
|
//Generic Send Function
|
|
{{- block "send_function_source" .MessagesESPtoPC}} {{ end }}
|
|
|
|
// Sepzific Send Functions
|
|
{{- block "send_functions_source" .MessagesESPtoPC}} {{ end }}
|
|
{{- end -}}
|