Poradna

Datum
Vložil
Titulek

chyba při kontrole

Ahoj, nemám žádné zkušenosti s arduinem, ale mám 3D tiskárnu která je tímto modulem řízena, před nahráním jsem dal kontrolu přiloženého SW a skočila mě tato chyba, poradí někdo co stím.

exit status 1
using typedef-name 'fpos_t' after 'struct'

a tadz je část u ketré to hlásí

/**
* \struct fpos_t
* \brief internal type for istream
* do not use in user apps
*/
struct fpos_t {
/** stream position */
uint32_t position;
/** cluster for position */
uint32_t cluster;
fpos_t() : position(0), cluster(0) {}
};

// use the gnu style oflag in open()
/** open() oflag for reading */

Zpět na diskuzi

Vyhledávání

arduino8.cz © 2015 Všechna práva vyhrazena.