Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. union {
  2. struct {
  3. uint32_t data: 8; /*GPIO32~39 output value*/
  4. uint32_t reserved8: 24;
  5. };
  6. uint32_t val;
  7. } out1;
  8.  
  9. /home/gustavo/Pro/open62541-arduino/arduino-1.8.6/hardware/espressif/esp32/tools/sdk/include/soc/soc/gpio_struct.h:31:13: error: width of 'reserved8' exceeds its type
  10. uint32_t reserved8: 24;
  11. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement