hartmannathan opened a new pull request #3649:
URL: https://github.com/apache/incubator-nuttx/pull/3649


   ## Summary
   
   In drivers/motor/Make.defs b/drivers/motor/Make.defs, fix typo in 
MOTOR_CFLAGS path (motr -> motor)
   
   ## Impact
   
   Improves correctness of CFLAGS when building with motor drivers. Strangely, 
the typo does not seem to break the build at this time and therefore went 
unnoticed. However, if not fixed, it might break the build in the future.
   
   ## Testing
   
   This can be seen in the build command lines when building a configuration 
that uses motor drivers with `make V=1`.
   
   For example:
   
   ```
   $ tools/configure.sh nucleo-f302r8:ihm07m1_b16
   $ make V=1 2>&1 | tee log.txt
   $ cat log.txt | grep -w motr
   ```
   


-- 
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.

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


Reply via email to