mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-09-14 14:48:09 +02:00
avrdude: Fix types in embedded config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* WARN: This file is auto-generated from `avrdude-slic3r.conf` */
|
||||
unsigned char avrdude_slic3r_conf[] = {
|
||||
const unsigned char avrdude_slic3r_conf[] = {
|
||||
0x0a, 0x23, 0x0a, 0x23, 0x20, 0x54, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73,
|
||||
0x20, 0x61, 0x20, 0x62, 0x61, 0x73, 0x69, 0x63, 0x20, 0x6d, 0x69, 0x6e,
|
||||
0x69, 0x6d, 0x61, 0x6c, 0x20, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x20,
|
||||
@@ -1184,5 +1184,5 @@ unsigned char avrdude_slic3r_conf[] = {
|
||||
0x20, 0x20, 0x3b, 0x0a, 0x0a, 0x0a,
|
||||
0, 0
|
||||
};
|
||||
size_t avrdude_slic3r_conf_size = 14178;
|
||||
size_t avrdude_slic3r_conf_size_yy = 14180;
|
||||
const size_t avrdude_slic3r_conf_size = 14178;
|
||||
const size_t avrdude_slic3r_conf_size_yy = 14180;
|
||||
|
||||
Reference in New Issue
Block a user