wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

Partly reverting commit #12

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

@mpe5651 The commit

https://github.com/Blackjack92/fhvOS/commit/a657b3443f916d1052b9cfa175696a924977ee68

overrode the implementations for gpio.h and gpio.c which have been commited in

https://github.com/Blackjack92/fhvOS/commit/179fe19e802b6f5db1136a6b86c1b6f0e7295253

I don't know what you did exactly, but I will revert the changes made to gpio.h and gpio.c by your commit.

For the records: NEVER do git push with -f or --force. ALWAYS do a git pull before pushing and merge properly if needed.

trylimits commented 9 years ago

Above commit reverts the changes.

@mpe5651 Please close this issue when you read it.