Parcourir la source

makeWord is inconsistently defined

Revise definition to be consistent with other usage of byte
teensy4-core
Fernando Trias il y a 8 ans
Parent
révision
c083b394e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Voir le fichier

@@ -39,7 +39,7 @@
#include "IntervalTimer.h"

uint16_t makeWord(uint16_t w);
uint16_t makeWord(byte h, byte l);
unsigned int makeWord(unsigned char h, unsigned char l);

#define word(...) makeWord(__VA_ARGS__)


Chargement…
Annuler
Enregistrer