Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

XC16 v1.50 "assignment discards qualifiers from pointer target type" (Shuaah)

$
0
0
Hello,I have the following structure defined in my code to implement a circular queue:

typedef struct{
PWM_BUFFER_ENTRY *head;
PWM_BUFFER_ENTRY *tail;
PWM_BUFFER_ENTRY buffer;
bool enabled;
bool empty;
}PWM_BUFFE..


Viewing all articles
Browse latest Browse all 1508

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>