Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WordCopyArm.h « bossa « src - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fab8ad76fe2a7ae93b52731e4f6cfe6a937f53b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// WARNING!!! DO NOT EDIT - FILE GENERATED BY APPLETGEN
#ifndef _WORDCOPYARM_H
#define _WORDCOPYARM_H

#include <cstdint>

typedef struct
{
    uint32_t dst_addr;
    uint32_t reset;
    uint32_t src_addr;
    uint32_t stack;
    uint32_t start;
    uint32_t words;
    uint8_t code[52];
} WordCopyArm;

#endif // _WORDCOPYARM_H