davids5 commented on a change in pull request #3161:
URL: https://github.com/apache/incubator-nuttx/pull/3161#discussion_r600415868



##########
File path: boards/arm/stm32f7/nucleo-144/include/board.h
##########
@@ -508,5 +523,12 @@
 #define GPIO_ETH_RMII_TX_EN   GPIO_ETH_RMII_TX_EN_2
 #define GPIO_ETH_RMII_TXD0    GPIO_ETH_RMII_TXD0_2
 #define GPIO_ETH_RMII_TXD1    GPIO_ETH_RMII_TXD1_1
+#define GPIO_ETH_MII_COL      GPIO_ETH_COL_1

Review comment:
       @robertobucher - once this passes CI Please rebase and fixup and force 
push.
   
   `git rebase -i master`
   - then in the editor move the commits like that fixes a file under the 
commit that changed the file in the fist palce and change the `pick` to `f`
   
   That will do the `rebase`
   
   then to `git push -f robertobucher master`
   
   That is the force push




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