Skip to content
Snippets Groups Projects
Commit 32718f09 authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Fix] Add #pragma once into generated parameters to avoid pointer redifinition

parent eea13361
No related tags found
1 merge request!64Fix parameter redifinition
Pipeline #80106 failed
#pragma once
#include <stdint.h> #include <stdint.h>
#define {{name|upper}}_FMT Format::{{ dformat | upper }} #define {{name|upper}}_FMT Format::{{ dformat | upper }}
......
{#- For libraries #} #pragma once
#include <stdint.h> #include <stdint.h>
{#- Design dimensions of the array #} {#- Design dimensions of the array #}
......
{#- For libraries -#} #pragma once
#include <stdint.h> #include <stdint.h>
{%- set format_map = { {%- set format_map = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment