[Solved] changing the LXR Master code: Presetmanger.c

Hello Julian,
would you mind changing on git hub the following code:
#include "../config.h"
#include "PresetManager.h"
#include "../Hardware\SD/ff.h"
#include <stdio.h>
#include "../Menu/CcNr2Text.h"
#include "..\Menu\menu.h"
#include <util\delay.h>
#include "..\Hardware\lcd.h"
#include <avr/pgmspace.h>
#include "../frontPanelParser.h"
#include <stdlib.h>
#include <util/atomic.h>
#include "../IO/uart.h"
#include "../IO/din.h"
#include "../IO/dout.h"

the '/' stufff?

I am chanigng it on my side but I guess would be nicer if you do so on the GIT master branch?
my 2 cents ;-)

Bye and have a nice day!

Comments

  • here is my version ;-)

    #include "../config.h"
    #include "PresetManager.h"
    #include "../Hardware/SD/ff.h"
    #include <stdio.h>
    #include "../Menu/CcNr2Text.h"
    #include "../Menu/menu.h"
    #include <util/delay.h>
    #include "../Hardware/lcd.h"
    #include <avr/pgmspace.h>
    #include "../frontPanelParser.h"
    #include <stdlib.h>
    #include <util/atomic.h>
    #include "../IO/uart.h"
    #include "../IO/din.h"
    #include "../IO/dout.h"

    #include "../Hardware/timebase.h"
  • I think rudeog merged those changes in his repository from me so maybe Julian will merge them at some point. You should set up a git repository as well for easier code management. ;) 
    Here is a very nice read if you want to work with git: http://git-scm.com/book

    And I can recommend using this git client: http://www.syntevo.com/smartgithg/
  • Yes, I merged those path fixes into my branch.
  • I will merge them back soon.
    First thing I did after the holiday was to crash my computer which took most of the last days to bring back to life ;)

    But the good side of this I have now a working Linux installation and finally some free space on the hdd again =D

    now after I will finally catched up on all the mails and posts i will merge and update the firmware.
Sign In or Register to comment.