acassis commented on PR #15837:
URL: https://github.com/apache/nuttx/pull/15837#issuecomment-2657603478

   @lordrasmus please fix these errors:
   
   ```
   In file included from 
/github/workspace/sources/nuttx/arch/arm/src/chip/max326_gpio.h:40,
                    from chip/common/max326_irq.c:42:
   Error: 
/github/workspace/sources/nuttx/arch/arm/src/chip/max32660/max32660_gpio.h:244:24:
 error: unknown type name 'max326_pinconfig_t'; did you mean 'max326_pinset_t'?
     244 | void max326_gpio_write(max326_pinconfig_t pinset, bool value);
         |                        ^~~~~~~~~~~~~~~~~~
         |                        max326_pinset_t
   make[1]: *** [Makefile:170: max326_irq.o] Error 1
   In file included from 
/github/workspace/sources/nuttx/arch/arm/src/chip/max326_gpio.h:40,
                    from chip/max32660/max32660_lowputc.c:43:
   Error: 
/github/workspace/sources/nuttx/arch/arm/src/chip/max32660/max32660_gpio.h:244:24:
 error: unknown type name 'max326_pinconfig_t'; did you mean 'max326_pinset_t'?
     244 | void max326_gpio_write(max326_pinconfig_t pinset, bool value);
         |                        ^~~~~~~~~~~~~~~~~~
         |                        max326_pinset_t
   make[1]: *** [Makefile:170: max32660_lowputc.o] Error 1
   In file included from 
/github/workspace/sources/nuttx/arch/arm/src/chip/max326_gpio.h:40,
                    from chip/max32660/max32660_gpio.c:37:
   Error: 
/github/workspace/sources/nuttx/arch/arm/src/chip/max32660/max32660_gpio.h:244:24:
 error: unknown type name 'max326_pinconfig_t'; did you mean 'max326_pinset_t'?
     244 | void max326_gpio_write(max326_pinconfig_t pinset, bool value);
         |                        ^~~~~~~~~~~~~~~~~~
         |                        max326_pinset_t
   make[1]: *** [Makefile:170: max32660_gpio.o] Error 1
   make[1]: Target 'libarch.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:170: arch/arm/src/libarch.a] Error 2
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to