TimJTi commented on code in PR #7595:
URL: https://github.com/apache/nuttx/pull/7595#discussion_r1032396843


##########
arch/arm/src/sama5/sam_tsd.c:
##########
@@ -245,12 +257,7 @@ static const struct file_operations g_tsdops =
 
 /* The driver state structure is pre-allocated. */
 
-static struct sam_tsd_s g_tsd =
-{
-  .threshx = INVALID_THRESHOLD,
-  .threshy = INVALID_THRESHOLD,
-  .waitsem = SEM_INITIALIZER(0),
-};
+static struct sam_tsd_s g_tsd;

Review Comment:
   No idea...it seems my changes are conflicting with other changes so either 
my rebase/merge/whatever its called, to master  at that time, or later, who 
knows didn't do what I thought. This is SOOOO hard for me but really trying to 
make this code work so others can use it if they ever want to as it never would 
have worked at all in the real world.
   
   I will give up on this PR, do may changes again, and make a clean one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to