Old SP Forum
Discussions
Activity
Home
›
Technical details and features
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
956
All Categories
497
General
87
Technical details and features
159
Feature requests and bug reports
155
Troubleshooting
5
Patch sharing area
53
Off Topic
[Solved] changing the LXR Master code: Presetmanger.c
egnouf
April 2014
edited May 2014
in
Technical details and features
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
egnouf
April 2014
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"
tb323
April 2014
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/
rudeog
April 2014
Yes, I merged those path fixes into my branch.
julian
May 2014
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.
Forum Software Powered by Vanilla
Comments
#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"
And I can recommend using this git client: http://www.syntevo.com/smartgithg/
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.